home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / zabezpeceni / pctoolsfirewall / fwinstall.exe / {app} / pctdriver_m.inf < prev    next >
Windows Setup INFormation  |  2007-04-17  |  1KB  |  54 lines

  1. ; pctdriver miniport
  2. ; Copyright (c) 2000 - PCTools
  3.  
  4. [Version]
  5. signature  = "$Windows NT$"
  6. Class      = Net
  7. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  8. Provider   = %PCTools% 
  9. DriverVer  = 03/18/2000,1.00.0000.1
  10.  
  11. [ControlFlags]
  12. ExcludeFromSelect = s4e_pctdrivermp
  13.  
  14. [DestinationDirs]
  15. DefaultDestDir=12
  16. ; No files to copy 
  17.  
  18. [Manufacturer]
  19. %PCTools% = PCTOOLS
  20.  
  21. [PCTOOLS]
  22. %pctdriverMP_Desc% = LnsDriverMP.ndi, s4e_pctdrivermp
  23.  
  24. [LnsDriverMP.ndi]
  25. Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
  26. CopyFiles = 
  27.  
  28. [LnsDriverMP.ndi.Services]
  29. AddService = SFilter,0x2, pctdriverMP.AddService
  30.  
  31.  
  32. [pctdriverMP.AddService]
  33. DisplayName    = %pctdriverMP_Desc%
  34. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  35. StartType      = 3 ;SERVICE_DEMAND_START
  36. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  37. ServiceBinary  = %12%\pctfw.sys
  38. LoadOrderGroup = PNP_TDI
  39. AddReg         = pctdriverMP.AddService.AddReg
  40.  
  41.  
  42. [pctdriverMP.AddService.AddReg]
  43. ;None
  44.  
  45. [Strings]
  46. PCTools = "PCTools"
  47. pctdriverMP_Desc = "PCTools Driver"
  48.  
  49. [SourceDisksNames]
  50. ;None 
  51.  
  52. [SourceDisksFiles]
  53. ;None
  54.